home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / CDictionary 1.0 / CTestDict.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-01-12  |  126 b   |  10 lines  |  [TEXT/KAHL]

  1.  
  2. #define _H_CTestDict
  3.  
  4. #include "CDictionary.h"
  5.  
  6. struct CTestDict : CDictionary
  7. {
  8.     virtual Boolean ITestDict( void);
  9.                         
  10. };